Category: Zone BBS Suggestions and Feedback
I've got an idea. How about we allow for the inclusion of more than one quicknote command on a single line, just as command-line programs operate? For example, let's say I wanted to find the ASL info, the number of points, and where a particular user was on the site. I could type something like this:
/asl/points/where 3250
and press Send and I would get that info.
how would the system know you had another command is the thing
I'm sure it's possible. It could look for multiple slash characters followed by a recognized command, and when it encountered an ID# preceded by a space, it could run by executing each command then echoing a new line and then running the next command in the sequence.